home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / fghedge.zip / HEDGE.H < prev    next >
Text File  |  1993-10-11  |  257b  |  11 lines

  1. void main(void);
  2. int  calc_truepath(int,int);
  3. void help_window(void);
  4. void intro_screen(void);
  5. int  is_a_vertex(int);
  6. void load_maze(char *);
  7. void put_tile(int,int,int);
  8. void run_maze(void);
  9. int  test_bit(int,int);
  10. int  unfill_path(int,int,int);
  11.